'Declaration<CustomAssertionAttribute()> Public Function Exist( _ Optional ByVal because As String, _ ByVal ParamArray becauseArgs() As Object _ ) As FluentAssertions.AndConstraint(Of TFileSystemItemAssertions)
'UsageDim instance As FileSystemItemAssertions(Of TSubject,TFileSystemItemAssertions) Dim because As String Dim becauseArgs() As Object Dim value As FluentAssertions.AndConstraint(Of TFileSystemItemAssertions) value = instance.Exist(because, becauseArgs)
[CustomAssertion()] public FluentAssertions.AndConstraint<TFileSystemItemAssertions> Exist( string because, params object[] becauseArgs )
Parameters
- because
- (Optional) The because.
- becauseArgs
- A variable-length parameters list containing because arguments.
Return Value
An AndConstraint<TFileSystemItemAssertions>